html {
    -overflow-y: scroll;
}
body,
iframe {
    color: #333;
}

body,
input,
textarea {
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
header,
footer,
section,
aside,
article,
nav,
hgroup,
figure,
figcaption,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
p,
dl,
dt,
dd,
blockquote,
legend,
table,
th,
td,
fieldset,
menu,
pre {
    margin: 0;
    padding: 0;
}
table,
th,
td,
img {
    border: 0;
}
/*img{*/
    /*width: 100%;*/
/*}*/
time,
mark,
output,
meter,
address,
cite,
em,
code,
var,
dfn,
ins,
i,
th,
caption {
    font-style: normal;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}
ul,
ol {
    list-style: none;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    height: 100%;
}
input,
textarea,
div {
    resize: none;
    outline: none;
    font-size: inherit;
    font-family: inherit;
}
a {
    text-decoration: none;
    color: #fff;
}
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.block{
    display: block;
}
.flex1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 !important;
}
.pzf{
    position: fixed;
    z-index: 999;
}
.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
}
.w{
    width: 1200px;
    margin: 0 auto;
}

/*头部导航*/
.header{
    /*background: url("../img/banner.png") no-repeat center;*/
    height: 60px;
}
.header .logo{
    float: left;
    background: url("../img/logo.png") no-repeat center center;
    width: 120px;
    height: 46px;
    padding-top: 15px;
    background-size:120px auto;
}
.header .nav{
    color: #fff;
    height: 60px;
    position: fixed;
    z-index: 1989;
    width: 100%;
}
#main-menu>li {
    float: left;
}

.header .nav-right a{
    color: #fff;
    padding:0;
    margin-left: 48px;
    line-height:60px;
    display: inline-block;
}
.header .nav-right .dropdown-menu li a{
    color: #737373;
    padding:0;
    margin-left: 0px;
    line-height:32px;
    display:block;
}
.header .nav-right .dropdown-menu li a:hover{color:#29AD43; background: transparent;}
.header .nav-right a.active{
    border-bottom: 4px solid #fff;
}
/*导航子菜单*/

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle {
    *margin-bottom: -3px
}

.dropdown-toggle:active,.open .dropdown-toggle {
    outline: 0
}

.caret {
    display: inline-block;
    width:14px;
    height:10px;
    background:url(../img/down.png) no-repeat center center;
    background-size: 14px auto;
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin:0px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #999;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a {
    color: #fff;
    text-decoration: none;
    background-image: -moz-linear-gradient(top,#428bca,#357ebd);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#428bca),to(#357ebd));
    background-image: -webkit-linear-gradient(top,#428bca,#357ebd);
    background-image: -o-linear-gradient(top,#428bca,#357ebd);
    background-image: linear-gradient(to bottom,#428bca,#357ebd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-image: -moz-linear-gradient(top,#428bca,#357ebd);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#428bca),to(#357ebd));
    background-image: -webkit-linear-gradient(top,#428bca,#357ebd);
    background-image: -o-linear-gradient(top,#428bca,#357ebd);
    background-image: linear-gradient(to bottom,#428bca,#357ebd);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #dfdfdf
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open {
    *z-index: 1000
}

.open>.dropdown-menu {
    display: block
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #111;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " "
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px
}
/*end*/
.bgc{
    background: #1DA838;
    transition: all linear 0.4s;
}
.none{display: none}
.h-title{font-size: 28px;/*panzi*/color: #FFFFFF;letter-spacing: 0;line-height: 28px;/*panzi*/margin-bottom: 6px;/*panzi*/}
.h-desc{font-size: 18px;/*panzi*/color: #FFFFFF;letter-spacing: -2px;/*line-height: 56px;border-bottom: 8px solid #ffffff;*/letter-spacing: 0.1px;/*panzi*/width: auto;float: left;}
.hd-title{position: relative;top:200px!important;/*panzi*/}
.urlc{cursor: pointer;}

/*底部*/
.footer{
    background: #1F252A;
    color: #fff;
    height: 338px;
}
.footer .foot .foot-b{
    padding-top: 58px;
}
.footer .foot .foot-b ul li{
    float: left;
    color: #ced2d5;
    font-size: 0.2rem;
    /*width: 19%;*/
    padding-right: 149px;
}
.footer .foot .foot-b ul li:nth-child(3){
    padding-right:0;
}
.footer .foot .foot-b ul li.li-last{
    float: right;
    padding-right: 0px;
}
.footer .foot .foot-b ul li .f-title{
    font-size: 18px;
}
.footer .foot .foot-b ul li .f-content1{
    margin-top: 20px;

}
.footer .foot .foot-b ul li .f-content{
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 2;
}
.footer .foot .foot-b ul li.li-last .erweima{
    width: 100px;
    height: 100px;
    padding-right: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size:12px;
}
.footer .foot .foot-b ul li.li-last .erweima img{
    width: 100%;
}
.footer .foot .foot-b .copyright{
    font-size: 14px;
    color: #5F666B;
    padding-top: 63px;
}
.footer .foot .foot-b .copyright a{
    color: #5F666B;
}

#goToTop { position: fixed; bottom: 20px; right: 8%; display: none;}